functionintegerPower
Integer power of complex number
Information
This function returns the given Complex number c1 to the power of the Integer number c2.
This also works for zero exponent.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c1 | Complex number | |
| Integer | c2 | Integer exponent |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c3 | = c1^c2 |